projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd58a2
)
Spelling fix
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 22 Jan 2015 06:06:42 +0000
(22:06 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 22 Jan 2015 06:06:58 +0000
(22:06 -0800)
test/automated/eieio-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/eieio-tests.el
b/test/automated/eieio-tests.el
index e0120b4b5b857884d8c1fdd306aa3c3c0f9c6df5..847aefd63fcca74226b8a00b487238fa29d363db 100644
(file)
--- a/
test/automated/eieio-tests.el
+++ b/
test/automated/eieio-tests.el
@@
-655,7
+655,7
@@
Do not override for `prot-2'."
(oref eitest-p1 slot-1)
(oref eitest-p2 slot-1)
;; Accessing protected slot out of context used to fail, but we dropped this
- ;; feature, since it was underused and noone noticed that the check was
+ ;; feature, since it was underused and no
one noticed that the check was
;; incorrect (much too loose).
;;PROTECTED (should-error (oref eitest-p1 slot-2) :type 'invalid-slot-name)
;; Access protected slot in method